|
CertInfo |
|
|
Property |
Type |
Required |
|
certHash |
string |
no |
|
certHashB64 |
string |
no |
|
serialNumber |
string |
no |
|
subject |
string |
no |
|
subjectDN |
string |
no |
|
issuer |
string |
no |
|
string |
no |
|
|
string |
no |
Usage
Verifying usage
When verifying documents the CertInfo data structure is used to get the information about the signing certificates.
Signing usage
During the signing of documents, the certificate selection my be preset.
The search for the certificate is done depending on the availability of specified search fields (ICertInfo properties), listed in the following table:
|
Priority |
Specified fields |
|
1 |
hash or hash64 |
|
2 |
issuer & serialNumber |
|
3 |
subject & issuer |
|
4 |
subject |
|
5 |
issuer |